* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).
authorJuri Linkov <juri@linkov.net>
Mon, 17 Jun 2024 16:47:53 +0000 (19:47 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 17 Jun 2024 16:47:53 +0000 (19:47 +0300)
commitb26270ae94329131966bf2d836cf6c90b90e5cdd
tree5a7e329ca1f63728859863942cb843e41c9a4abc
parent66c0099122887e76fab584d04337f6f962757967
* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).

(tab-line-tab-name-function, tab-line-tabs-function)
(tab-line-tabs-buffer-group-function)
(tab-line-tabs-buffer-group-sort-function)
(tab-line-tabs-buffer-groups-sort-function)
(tab-line-tab-name-format-function):
Use 'tab-line-force-update' in the :set lambda of defcustom.
(tab-line-tab-name-function, tab-line-tabs-function)
(tab-line-cache-key-function): Mention 'tab-line-force-update'
in the docstring.
(tab-line-new-button-show, tab-line-close-button-show):
In the :set lambda of defcustom use 'force-mode-line-update'
with the non-nil arg ALL.
lisp/tab-line.el